home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / RAYSPR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-13  |  283 b   |  14 lines

  1. #ifndef _RAYSPR_
  2. #define _RAYSPR_
  3. #include "ray.h"
  4. #include "globals.h"
  5. #include "sprinter.h"
  6. #include "sprutils.h"
  7.  
  8. extern "C++" pobject_type Obj_Type_List;
  9. extern "C++" USHORT Number_Of_OTs;
  10. extern "C++" pobject_node g_object_list;
  11. extern "C++" BOOL updating;
  12.  
  13. #endif
  14.